home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Sample Code / MacCalendar 1.0 / MacCalendar.makeout < prev    next >
Encoding:
Text File  |  1994-06-17  |  1.4 KB  |  57 lines  |  [TEXT/MPS ]

  1. Set Echo 1
  2. C  -mbg full -trace never -r    ∂
  3.     -d MPW                            ∂
  4.     -o :Obj:DrawCalendar.c.ao        ∂
  5.     :Src:DrawCalendar.c
  6. C  -mbg full -trace never -r    ∂
  7.     -d MPW                            ∂
  8.     -o :Obj:MacCalendarSetup.c.ao        ∂
  9.     :Src:MacCalendarSetup.c
  10. C  -mbg full -trace never -r    ∂
  11.     -d MPW                            ∂
  12.     -o :Obj:OpenPreferenceFile.c.ao        ∂
  13.     :Src:OpenPreferenceFile.c
  14.     Link                                    ∂
  15.         -t APPL                                ∂
  16.         -c SCCF                                ∂
  17.         ":Obj:"DrawCalendar.c.ao ":Obj:"MacCalendarSetup.c.ao ":Obj:"OpenPreferenceFile.c.ao                        ∂
  18.         "{Libraries}"Runtime.o                ∂
  19.         "{Libraries}"Interface.o            ∂
  20.         -o 'MacCalendar Setup MPW'
  21.     Rez                                        ∂
  22.         -o 'MacCalendar Setup MPW'                            ∂
  23.         -append                                ∂
  24.         -t APPL                                ∂
  25.         -c SCCF                                ∂
  26.         -d MPW=1                            ∂
  27.         -i "{CIncludes}"                    ∂
  28.         -i "{RIncludes}"                    ∂
  29.         ":Src:"MacCalendarSetup.r
  30. C  -b2 -mbg full -trace never -r    ∂
  31.     -d MPW                            ∂
  32.     -o :Obj:DrawCalendar.c.o        ∂
  33.     :Src:DrawCalendar.c
  34. C  -b2 -mbg full -trace never -r    ∂
  35.     -d MPW                            ∂
  36.     -o :Obj:MacCalendar.c.o        ∂
  37.     :Src:MacCalendar.c
  38.     Link                                    ∂
  39.         -w                                    ∂
  40.         -o MacCalendar                            ∂
  41.         -t sdev                                ∂
  42.         -c SCAL                                ∂
  43.         -sg "MacCalendar"                    ∂
  44.         -ra "MacCalendar"=resPurgeable        ∂
  45.         -rt sdev=0                            ∂
  46.         ":Obj:"DrawCalendar.c.o ":Obj:"MacCalendar.c.o                            ∂
  47.         "{Libraries}"Interface.o
  48.     Rez                                        ∂
  49.         -o MacCalendar                            ∂
  50.         -append                                ∂
  51.         -t sdev                                ∂
  52.         -c SCAL                                ∂
  53.         -i "{CIncludes}"                    ∂
  54.         -i "{RIncludes}"                    ∂
  55.         -d MPW=1                            ∂
  56.         ":Src:"MacCalendar.r
  57.